projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c77a81c
)
(build-mail-abbrevs): Do substitute-in-file-name on the abbrev, for `source'.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 1 Jul 1993 20:25:42 +0000
(20:25 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 1 Jul 1993 20:25:42 +0000
(20:25 +0000)
lisp/mail/mailabbrev.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mailabbrev.el
b/lisp/mail/mailabbrev.el
index 2768da1533792adffa48001befe03231c737c57a..b2e7429147cc61876ebb7af159a272d7d114d844 100644
(file)
--- a/
lisp/mail/mailabbrev.el
+++ b/
lisp/mail/mailabbrev.el
@@
-202,7
+202,8
@@
no aliases, which is represented by this being a table with no entries.)")
(progn
(end-of-line)
(build-mail-abbrevs
- (buffer-substring (match-beginning 1) (match-end 1)) t))
+ (substitute-in-file-name
+ (buffer-substring (match-beginning 1) (match-end 1)) t)))
(re-search-forward "[ \t]+\\([^ \t\n]+\\)")
(let* ((name (buffer-substring
(match-beginning 1) (match-end 1)))